How to convert from wav or mp3 to raw PCM [on hold]

Posted by Komyg on Game Development See other posts from Game Development or by Komyg
Published on 2014-08-24T21:54:17Z Indexed on 2014/08/24 22:35 UTC
Read the original article Hit count: 293

Filed under:
|
|

I am developing a game using Cocos2d-X and Marmalade SDK, and I am looking for any recommendations of programs that can convert audio files in mp3 or wav format to raw PCM 16 format.

The problem is that I am using the SimpleAudioEngine class to play sounds in my game and in Marmalade it only supports files that are encoded as raw PCM 16. Unfortunately I've been having a very hard time finding a program that can do this type of conversion, so I am looking for a recommendation.

© Game Development or respective owner

Related posts about cocos2d-x

Related posts about audio